home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: news.linkoping.se!not-for-mail
- From: Peter Bohn <a94bohn@hobbe.adb.gu.se>
- Subject: Re: U MUST READ THIS!!!!!
- Message-ID: <31120A6A.4489@hobbe.adb.gu.se>
- Date: Fri, 02 Feb 1996 13:58:18 +0100
- Organization: LKDATA
- X-Mailer: Mozilla 2.0b6a (Win95; I)
- MIME-Version: 1.0
- References: <4epbn1$4hq@ixnews7.ix.netcom.com>
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
-
- Jeremy Johnston wrote:
- >
- > Everyone keeps telling me not to use the "goto"
- > statement,they act like it's the plague! What is wrong with the goto
- > statement & what can i use in it's place?
-
- The program structure is a very importent thing. With GOTO you destroy
- the structure. Use functions and procedures to do something once again.
-
- PB
-
-